This example uses windows XP, cygwin and SDE lite 6.06.
Install The SDE
Download the SDE lite from here. Note (free) registration is required.
Follow the install instructions in chapter 3 of the SDE Programmer's Guide, partially copied here for ease:
Install cygin
Unzip contents of downloaded zip file to /cygdrive/c/sde-6.06
In a cygwin shell, run the setup script:
sh /cygdrive/c/sde-6.06/bin/sdesetup.sh
Every time you start a shell (or configure your login) to source environment variables
source /cygdrive/c/sde-6.06/bin/sdeenv.sh
Get The Project
The source files for the base projects are on github (or in class I can provide a thumb drive). The uri isgit:github.com/schuchert/embedded_cpp_tdd.git//.
In some base directory (preferably one without a space it its name) clone the git repository
Background
This example uses windows XP, cygwin and SDE lite 6.06.Install The SDE
Get The Project
The source files for the base projects are on github (or in class I can provide a thumb drive). The uri is git:github.com/schuchert/embedded_cpp_tdd.git//.Using It
The makefile has a default SBD of GSIM32L. Simply typing make will built files that will work with the simulator and the debugger. You can also...